projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ec641
)
*** empty log message ***
author
Dan Nicolaescu
<dann@ics.uci.edu>
Mon, 7 Apr 2008 01:27:59 +0000
(
01:27
+0000)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Mon, 7 Apr 2008 01:27:59 +0000
(
01:27
+0000)
lisp/term.el
patch
|
blob
|
history
diff --git
a/lisp/term.el
b/lisp/term.el
index 72022ef936186a09e38c6bf843c966771f4e1aaf..77474557d8d5b36f3e19bc95911cbf9651331937 100644
(file)
--- a/
lisp/term.el
+++ b/
lisp/term.el
@@
-787,7
+787,7
@@
is buffer-local.")
:help "Switch to char (raw) sub-mode of term mode"))
(define-key newmap [terminal-line-mode]
'(menu-item "Line mode" term-line-mode
- :help "Switch to
char (raw) sub-mode of term mode.
"))
+ :help "Switch to
line (cooked) sub-mode of term mode
"))
(setq term-terminal-menu (cons "Terminal" newmap))
;; completion: (line mode only)